Click or drag to resize

Period Class

Defines the name, time offset, and unique identifier for a specific stage of the time zone.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangePeriod

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Period

The Period type exposes the following members.

Properties
  NameDescription
Public propertyBias
Contains a xs:duration value that represents the time offset from Coordinated Universal Time (UTC) for the period.
Public propertyId
Contains a string value that represents the identifier for the period.
Public propertyName
Contains a string value that represents the descriptive name of the period.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current Period object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also